home *** CD-ROM | disk | FTP | other *** search
/ Chip 2004 July / Chip_2004-07_cd1.bin / software / poco / setup.exe / {app} / Poco.exe / 0 / RCDATA / TFRMEVENTS / TFRMEVENTS.txt
Encoding:
Text File  |  2004-05-18  |  6.0 KB  |  270 lines

  1. object FrmEvents: TFrmEvents
  2.   Left = 386
  3.   Top = 149
  4.   Width = 513
  5.   Height = 431
  6.   Caption = 'Events'
  7.   Color = clBtnFace
  8.   Font.Charset = DEFAULT_CHARSET
  9.   Font.Color = clWindowText
  10.   Font.Height = -13
  11.   Font.Name = 'Tahoma'
  12.   Font.Style = []
  13.   OldCreateOrder = False
  14.   Position = poScreenCenter
  15.   Scaled = False
  16.   OnCreate = FormCreate
  17.   PixelsPerInch = 120
  18.   TextHeight = 16
  19.   object PnlMain: TElPanel
  20.     Left = 77
  21.     Top = 0
  22.     Width = 428
  23.     Height = 340
  24.     Align = alClient
  25.     BevelOuter = bvNone
  26.     TabOrder = 0
  27.     DockOrientation = doNoOrient
  28.     object EventTree: TElTree
  29.       Left = 10
  30.       Top = 65
  31.       Width = 282
  32.       Height = 275
  33.       Align = alClient
  34.       HeaderHeight = 19
  35.       HeaderSections.Data = {F4FFFFFF00000000}
  36.       HorizontalLines = True
  37.       HorzScrollBarStyles.ShowTrackHint = False
  38.       HorzScrollBarStyles.Width = 17
  39.       HorzScrollBarStyles.ButtonSize = 21
  40.       LineHeight = 18
  41.       ShowCheckboxes = True
  42.       ShowLeafButton = False
  43.       StoragePath = '\Tree'
  44.       TabOrder = 1
  45.       TabStop = True
  46.       UseCustomScrollBars = False
  47.       VertScrollBarStyles.ShowTrackHint = True
  48.       VertScrollBarStyles.Width = 17
  49.       VertScrollBarStyles.ButtonSize = 21
  50.       OnItemChecked = EventTreeItemChecked
  51.       OnItemSelectedChange = EventTreeItemSelectedChange
  52.       OnDblClick = EventTreeDblClick
  53.     end
  54.     object PnlToolbar: TElPanel
  55.       Left = 292
  56.       Top = 65
  57.       Width = 136
  58.       Height = 275
  59.       Align = alRight
  60.       BevelOuter = bvNone
  61.       TabOrder = 2
  62.       DockOrientation = doNoOrient
  63.       object BtnEdit: TButton
  64.         Left = 10
  65.         Top = 102
  66.         Width = 115
  67.         Height = 42
  68.         Caption = '&Edit...'
  69.         Enabled = False
  70.         TabOrder = 0
  71.         OnClick = BtnEditClick
  72.       end
  73.       object BtnDelete: TButton
  74.         Left = 10
  75.         Top = 44
  76.         Width = 115
  77.         Height = 29
  78.         Caption = '&Delete Event'
  79.         Enabled = False
  80.         TabOrder = 1
  81.         OnClick = BtnDeleteClick
  82.       end
  83.       object BtnNew: TButton
  84.         Left = 10
  85.         Top = 10
  86.         Width = 115
  87.         Height = 29
  88.         Caption = '&New Event'
  89.         TabOrder = 2
  90.         OnClick = BtnNewClick
  91.       end
  92.     end
  93.     object PnlLeft: TElPanel
  94.       Left = 0
  95.       Top = 65
  96.       Width = 10
  97.       Height = 275
  98.       Align = alLeft
  99.       BevelOuter = bvNone
  100.       TabOrder = 3
  101.       DockOrientation = doNoOrient
  102.     end
  103.     object PnlTop: TElPanel
  104.       Left = 0
  105.       Top = 0
  106.       Width = 428
  107.       Height = 65
  108.       Align = alTop
  109.       BevelOuter = bvNone
  110.       TabOrder = 0
  111.       DockOrientation = doNoOrient
  112.       DesignSize = (
  113.         428
  114.         65)
  115.       object LblEvents: TLabel
  116.         Left = 12
  117.         Top = 10
  118.         Width = 155
  119.         Height = 16
  120.         Caption = 'Show the following events:'
  121.       end
  122.       object cbEventKind: TElAdvancedComboBox
  123.         Left = 10
  124.         Top = 32
  125.         Width = 408
  126.         Height = 24
  127.         Anchors = [akLeft, akTop, akRight]
  128.         AutoCompletion = False
  129.         Flat = False
  130.         HandleDialogKeys = False
  131.         HorizontalScroll = False
  132.         ItemIndex = -1
  133.         ItemHeight = 16
  134.         Sorted = True
  135.         Style = csDropDownList
  136.         TabOrder = 0
  137.         OnChange = cbEventKindChange
  138.       end
  139.     end
  140.   end
  141.   object PnlBottom: TElPanel
  142.     Left = 0
  143.     Top = 340
  144.     Width = 505
  145.     Height = 51
  146.     Align = alBottom
  147.     BevelOuter = bvNone
  148.     TabOrder = 1
  149.     DockOrientation = doNoOrient
  150.     DesignSize = (
  151.       505
  152.       51)
  153.     object BtnOK: TButton
  154.       Left = 284
  155.       Top = 9
  156.       Width = 100
  157.       Height = 30
  158.       Anchors = [akTop, akRight]
  159.       Caption = '&OK'
  160.       Default = True
  161.       TabOrder = 0
  162.       OnClick = BtnOKClick
  163.     end
  164.     object BtnCancel: TButton
  165.       Left = 393
  166.       Top = 9
  167.       Width = 100
  168.       Height = 30
  169.       Anchors = [akTop, akRight]
  170.       Cancel = True
  171.       Caption = 'Cancel'
  172.       ModalResult = 2
  173.       TabOrder = 1
  174.       OnClick = BtnCancelClick
  175.     end
  176.   end
  177.   object ElPanel1: TElPanel
  178.     Left = 0
  179.     Top = 0
  180.     Width = 77
  181.     Height = 340
  182.     Align = alLeft
  183.     BevelOuter = bvNone
  184.     TabOrder = 2
  185.     DockOrientation = doNoOrient
  186.     object SideBar: TElSideBar
  187.       Left = 0
  188.       Top = 0
  189.       Width = 77
  190.       Height = 340
  191.       Sections = <
  192.         item
  193.           Index = 0
  194.           Caption = 'Shortcuts'
  195.           Items = <
  196.             item
  197.               Index = 0
  198.               Hint = 'OnTime'
  199.               ImageIndex = 0
  200.               Caption = 'Time'
  201.             end
  202.             item
  203.               Index = 1
  204.               Tag = 1
  205.               Hint = 'OnStart'
  206.               ImageIndex = 1
  207.               Caption = 'Startup'
  208.             end
  209.             item
  210.               Index = 2
  211.               Tag = 3
  212.               Hint = 'OnAdd'
  213.               ImageIndex = 2
  214.               Caption = 'Add'
  215.             end
  216.             item
  217.               Index = 3
  218.               Tag = 4
  219.               Hint = 'OnDisplay'
  220.               ImageIndex = 3
  221.               Caption = 'Display'
  222.             end
  223.             item
  224.               Index = 4
  225.               Tag = 2
  226.               Hint = 'OnQuit'
  227.               ImageIndex = 4
  228.               Caption = 'Quit'
  229.             end>
  230.         end>
  231.       SectionIndex = 0
  232.       ItemIndex = 0
  233.       Spacing = 3
  234.       ItemTracking = False
  235.       ItemImages = Images
  236.       FlatActiveItem = True
  237.       ItemSize = 38
  238.       ActiveBorderType = fbtFlat
  239.       InactiveBorderType = fbtFlat
  240.       Flat = True
  241.       ItemsFont.Charset = DEFAULT_CHARSET
  242.       ItemsFont.Color = clBlack
  243.       ItemsFont.Height = -13
  244.       ItemsFont.Name = 'Tahoma'
  245.       ItemsFont.Style = []
  246.       SectionsFont.Charset = DEFAULT_CHARSET
  247.       SectionsFont.Color = clWindowText
  248.       SectionsFont.Height = -13
  249.       SectionsFont.Name = 'Tahoma'
  250.       SectionsFont.Style = []
  251.       BorderSides = [ebsRight, ebsBottom]
  252.       OnItemChange = SideBarItemChange
  253.       Align = alClient
  254.       BorderStyle = bsSingle
  255.       Color = clWhite
  256.       TabOrder = 0
  257.       object TElSideBarContainerPanel
  258.         UseXPThemes = False
  259.         TabOrder = 0
  260.       end
  261.     end
  262.   end
  263.   object Images: TImageList
  264.     Height = 32
  265.     Width = 32
  266.     Left = 242
  267.     Top = 202
  268.   end
  269. end
  270.